home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hyper Stacks 1994 May
/
Hyper Stacks (Pacific HiTech)(1994)[Mac].iso
/
MacTools
/
HyperCard BBS
/
Sysop Help
/
background_8603.txt
< prev
next >
Wrap
Text File
|
1988-08-11
|
3KB
|
127 lines
-- background: 8603 from stack: in
-- bmap block id: 9312
-- flags: 0000
-- background id: 0
-- name:
-- part 1 (field)
-- low flags: 00
-- high flags: 2004
-- rect: left=5 top=5 right=315 bottom=251
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name:
-- part 2 (field)
-- low flags: 00
-- high flags: 2004
-- rect: left=260 top=5 right=315 bottom=507
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name:
-- part 3 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=221 top=321 right=342 bottom=252
-- title width / last selected line: 0
-- icon id / first selected line: 1014 / 1014
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: prev
----- HyperTalk script -----
on mouseUp
visual effect wipe right
go to previous card
end mouseUp
-- part 4 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=259 top=321 right=342 bottom=290
-- title width / last selected line: 0
-- icon id / first selected line: 1013 / 1013
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: next
----- HyperTalk script -----
on mouseUp
visual effect wipe left
go to next card
end mouseUp
-- part 5 (button)
-- low flags: 00
-- high flags: A003
-- rect: left=329 top=320 right=342 bottom=469
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Back to first card
----- HyperTalk script -----
on mouseUp
go to card "Section 531"
end mouseUp
-- part 6 (button)
-- low flags: 00
-- high flags: A003
-- rect: left=44 top=320 right=342 bottom=184
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Print this appendix
----- HyperTalk script -----
on mouseUp
open printing with dialog
push card
go to card "Section 532"
hide background button "print this appendix"
hide background button "back to first card"
hide background button "prev"
hide background button "next"
print card
go to next card
print card
close printing
show background button "print this appendix"
show background button "back to first card"
show background button "prev"
show background button "next"
pop card
end mouseUp